bitkeeper revision 1.1159.170.35 (419ab6448ydG-9pjZ3SRv3nESPZzYg)
authoriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>
Wed, 17 Nov 2004 02:24:04 +0000 (02:24 +0000)
committeriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>
Wed, 17 Nov 2004 02:24:04 +0000 (02:24 +0000)
add comment

linux-2.6.9-xen-sparse/include/asm-generic/pgtable.h

index 59563e99c7e51fb9b264926116911a34a69468af..950f9466a6198ea7325706bd589f517e93c94d1b 100644 (file)
@@ -43,6 +43,9 @@ do {                                                                    \
 #endif
 
 #ifndef __HAVE_ARCH_PTEP_ESTABLISH_NEW
+/*
+ * Establish a mapping where none previously existed
+ */
 #define ptep_establish_new(__vma, __address, __ptep, __entry)          \
 do {                                                                   \
        set_pte(__ptep, __entry);                                       \